home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / XTG.RAR / XTG / ZTABS.INI < prev    next >
Text File  |  1993-08-03  |  818b  |  31 lines

  1. ;----------------------------------------------------------------------------
  2. ; ZTABS.INI: Default tab settings used by Zedit (tm)
  3. ;----------------------------------------------------------------------------
  4. ;
  5. ; Up to 16 tab types can be specified.
  6. ;
  7. ; The first TABS= line will be the default when a file is edited that is
  8. ; not included in one of the TABS= lines.
  9. ;
  10. ; The fields of the TABS= line are:
  11. ;
  12. ;       +-------> Tab columns:  1,2,3,4,5,6,7,8
  13. ;       | +-----> Tab type:     0 = Hard ascii(9), 1 = Soft ascii(32)
  14. ;       | | +---> extension for this tab type (no period, 3 chars max)
  15. ;       | | |
  16.  
  17. tabs=    8 0 asm
  18. tabs=    8 0 bat
  19. tabs=    8 0 equ
  20. tabs=    4 1 ini
  21. tabs=    4 1 bas
  22. tabs=    4 1 c
  23. tabs=    4 1 cpp
  24. tabs=    4 1 h
  25. tabs=    4 1 doc
  26. tabs=    4 1 gbl
  27. tabs=    4 1 pas
  28. tabs=    4 1 txt
  29. tabs=    3 0 m
  30.  
  31.